home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / user / flipschedule.data < prev    next >
Text File  |  1999-11-29  |  3KB  |  59 lines

  1. /* English Translation for FlipSchedule.rexx */
  2.  
  3.   var.1  = "fs_error     = 'ERROR :    (FlipSchedule)'"
  4.   var.2  = "fs_one       = 'Unable to find '"
  5.   var.3  = "fs_two       = 'Cannot read '"
  6.   var.4  = "fs_three     = 'This program will only work on schedules created by the'"
  7.   var.5  = "fs_four      = 'Scheduler program and NOT from a schedule file.'"
  8.   var.6  = "fs_txt1      = 'See 'ViewScheduleAndResults.rexx' for its equivalent.'"
  9.   var.7  = "fs_txt2      = 'FlipSchedule For Manual Schedule Files'"
  10.   var.8  = "fs_txt3      = 'This program will flip the schedule and display all the'"
  11.   var.9  = "fs_txt4      = 'alternate fixtures. If a schedule is not known, then it'"
  12.   var.10 = "fs_txt5      = 'is *learnt* using 'Enter Scores'. When the season is halfway'"
  13.   var.11 = "fs_txt6      = 'through, this program can be run to print the next half'"
  14.   var.12 = "fs_txt7      = 'of the seasons fixtures. A file '"
  15.   var.13 = "fs_txt8      = 'will be produced and can then be printed.'"
  16.   var.14 = "fs_txt9      = 'Working...'"
  17.   var.15 = "fs_txt0      = 'Schedule has been *flipped*.'"
  18.   var.16 = "fs_txta      = 'The file '"
  19.   var.17 = "fs_txtb      = ' can now be printed.'"
  20.   var.18 = "fs_txtc      = 'Cannot open '"
  21.   var.19 = "fs_txtd      = ' for writing.'"
  22.   var.20 = "fs_txte      = ' for reading.'"
  23.  
  24.  
  25. /* Please don't change the following lines */
  26.  
  27.   setclip('VarCount',20)
  28.   do i = 1 to 20
  29.     call setclip('var.'i, var.i)
  30.   end
  31.  
  32.  
  33.  
  34. /*
  35. 49 - FlipSchedule.rexx --> say "ERROR :    (FlipSchedule)"
  36. 51 - FlipSchedule.rexx --> say "Unable to find '"league_file || input_file"'."
  37. 57 - FlipSchedule.rexx --> say "ERROR :    (FlipSchedule)"
  38. 59 - FlipSchedule.rexx --> say "Unable to find '"league_file || input2_file"'."
  39. 73 - FlipSchedule.rexx --> say "ERROR :    (FlipSchedule)"
  40. 75 - FlipSchedule.rexx --> say "Cannot read '"league_file || input2_file"' datafile."
  41. 81 - FlipSchedule.rexx --> say "ERROR :    (FlipSchedule)"
  42. 83 - FlipSchedule.rexx --> say "This program will only work on schedules created by the"
  43. 84 - FlipSchedule.rexx --> say "Scheduler program and NOT from a schedule file."
  44. 85 - FlipSchedule.rexx --> say "See 'ViewScheduleAndResults.rexx' for its equivalent."
  45. 91 - FlipSchedule.rexx --> say "FlipSchedule For Manual Schedule Files"
  46. 93 - FlipSchedule.rexx --> say "This program will flip the schedule and display all the"
  47. 94 - FlipSchedule.rexx --> say "alternate fixtures. If a schedule is not known, then it"
  48. 95 - FlipSchedule.rexx --> say "is 'learnt' using 'Enter Scores'. When the season is halfway"
  49. 96 - FlipSchedule.rexx --> say "through, this program can be run to print the next half"
  50. 97 - FlipSchedule.rexx --> say "of the seasons fixtures. A file '"league_file || output_file"'"
  51. 98 - FlipSchedule.rexx --> say "produced and can then be printed."
  52. 100 - FlipSchedule.rexx --> say "Working..."
  53. 118 - FlipSchedule.rexx --> say "Schedule has been 'flipped'."
  54. 119 - FlipSchedule.rexx --> say "The file '"league_file || output_file"' can now be printed."
  55. 125 - FlipSchedule.rexx --> say "ERROR :    (FlipSchedule)"
  56. 127 - FlipSchedule.rexx --> say "Cannot open '"league_file || output_file"' for writing."
  57. 135 - FlipSchedule.rexx --> say "ERROR :    (FlipSchedule)"
  58. 137 - FlipSchedule.rexx --> say "Cannot open '"league_file || input_file"' for reading."
  59. */